Overhaul plugin source credential configuration - #844
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 7cbd012 | Commit Preview URL Branch Preview URL |
May 19 2026, 12:43 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 7cbd012 | May 19 2026, 12:43 AM |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-google-discovery
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
RhysSullivan
marked this pull request as ready for review
May 19, 2026 00:28
RhysSullivan
force-pushed
the
codex/source-binding-core-api
branch
from
May 19, 2026 00:30
809b04c to
0a39af3
Compare
This was referenced May 19, 2026
RhysSullivan
added a commit
that referenced
this pull request
May 31, 2026
* Consolidate OpenAPI source bindings * Overhaul plugin source configuration * Restore OpenAPI credential scope selection * Unify MCP request header inputs * Use credential scope for inline secret creation * Scope credential secret pickers * Use initial credentials during source add * Show MCP OAuth sign-in for user scope * Persist OAuth source auth from initial credentials * Scope OAuth client credential secrets * Default edit OAuth connections to active scope * Clean up OpenAPI OAuth edit layout * Read edit OAuth state from user scope * Clarify inherited OAuth connection state * Match OpenAPI edit OAuth credential scope UI * Accept standard GraphQL introspection type refs * Surface GraphQL introspection upstream errors * Overhaul plugin source credential configuration * Fix GraphQL introspection response decoding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@executor-js/plugin-http-sourceand reuse them from GraphQL/MCP/OpenAPI flows.CredentialBindingRefrows and tighten binding refs toslotKey.Validation
bun run lintbun run format:checkbun run --filter @executor-js/plugin-graphql typecheckbun run --filter @executor-js/plugin-mcp typecheckbun run --filter @executor-js/plugin-openapi typecheckbun run --filter @executor-js/plugin-http-source typecheckbun run --filter @executor-js/react typecheckbun run --filter @executor-js/react test -- src/plugins/credential-bindings.test.ts src/plugins/source-credential-status.test.ts src/plugins/source-oauth-connection.test.tsbun run --filter @executor-js/plugin-http-source test -- src/react/http-credentials.test.tsbun run --filter @executor-js/plugin-graphql test -- src/sdk/plugin.test.ts -t "upstream text|upstream JSON messages|redacts secrets"Migration Dry Run
Ran pending cloud migration
0017_plugin_storage_sources.sqlagainst production insideBEGIN ... ROLLBACKusing the production environment. All 22 statements applied successfully and rollback was confirmed.Observed migrated row counts before rollback:
graphql/source: 2graphql/operation: 295mcp/source: 101mcp/binding: 6040openapi/source: 111openapi/operation: 56328